home *** CD-ROM | disk | FTP | other *** search
/ Horoscope Explorer Pro 5 / H-SCOPE-PRO AIO.iso / Horoscope telugu and seven languages 2011 / Horo+scope 001.exe / horoscope.exe / 0 / RCDATA / TFRMSLIDESHOW / TFRMSLIDESHOW.txt
Text File  |  2010-08-14  |  2KB  |  107 lines

  1. object frmSlideShow: TfrmSlideShow
  2.   Left = 218
  3.   Top = 159
  4.   BorderStyle = bsNone
  5.   ClientHeight = 230
  6.   ClientWidth = 306
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   OnCreate = FormCreate
  15.   OnDestroy = FormDestroy
  16.   OnKeyDown = FormKeyDown
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object psSlideShow: TPicShow
  21.     Left = 0
  22.     Top = 0
  23.     Width = 306
  24.     Height = 230
  25.     Align = alClient
  26.     BgMode = bmNone
  27.     Center = True
  28.     StretchFine = True
  29.     TabOrder = 0
  30.     OnClick = psSlideShowClick
  31.     OnComplete = psSlideShowComplete
  32.     OnDblClick = psSlideShowDblClick
  33.     OnMouseDown = psSlideShowMouseDown
  34.     DesignSize = (
  35.       306
  36.       230)
  37.     object lblMessage: TLabel
  38.       Left = 256
  39.       Top = 209
  40.       Width = 42
  41.       Height = 13
  42.       Alignment = taRightJustify
  43.       Anchors = [akRight, akBottom]
  44.       Caption = 'Message'
  45.       Font.Charset = DEFAULT_CHARSET
  46.       Font.Color = clLime
  47.       Font.Height = -11
  48.       Font.Name = 'Tahoma'
  49.       Font.Style = []
  50.       ParentFont = False
  51.       Transparent = True
  52.     end
  53.     object lblFileName: TLabel
  54.       Left = 8
  55.       Top = 8
  56.       Width = 46
  57.       Height = 13
  58.       Caption = 'File Name'
  59.       Font.Charset = DEFAULT_CHARSET
  60.       Font.Color = clLime
  61.       Font.Height = -11
  62.       Font.Name = 'Tahoma'
  63.       Font.Style = []
  64.       ParentFont = False
  65.       Transparent = True
  66.     end
  67.   end
  68.   object pmSlideShow: TPopupMenu
  69.     OnPopup = pmSlideShowPopup
  70.     Left = 112
  71.     Top = 40
  72.     object miPlay: TMenuItem
  73.       Caption = '&Play'
  74.       OnClick = ToggleManualMenusClick
  75.     end
  76.     object miPause: TMenuItem
  77.       Caption = 'Pau&se'
  78.       OnClick = ToggleManualMenusClick
  79.     end
  80.     object miResume: TMenuItem
  81.       Caption = '&Resume'
  82.       OnClick = ToggleManualMenusClick
  83.     end
  84.     object N1: TMenuItem
  85.       Caption = '-'
  86.     end
  87.     object miNext: TMenuItem
  88.       Caption = '&Next'
  89.       OnClick = miNextClick
  90.     end
  91.     object miPrevious: TMenuItem
  92.       Caption = 'Pre&vious'
  93.       OnClick = miPreviousClick
  94.     end
  95.     object miGoto: TMenuItem
  96.       Caption = '&Goto'
  97.     end
  98.     object N2: TMenuItem
  99.       Caption = '-'
  100.     end
  101.     object miExit: TMenuItem
  102.       Caption = 'E&xit'
  103.       OnClick = miExitClick
  104.     end
  105.   end
  106. end
  107.